From cbd37919aef5d895f10a90a35fb1a18610792bfb Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sun, 23 Feb 2025 00:17:19 +0200 Subject: [PATCH] luci-proto-vxlan: fix option name: vxlan_peers to vxlan_peer Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/protocol/vxlan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js b/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js index 67ddfab6be..16e5498ce8 100644 --- a/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js +++ b/protocols/luci-proto-vxlan/htdocs/luci-static/resources/protocol/vxlan.js @@ -179,7 +179,7 @@ return network.registerProtocol('vxlan', { } catch(e) {} - o = s.taboption('peers', form.SectionValue, '_peers', form.GridSection, 'vxlan_peers'); + o = s.taboption('peers', form.SectionValue, '_peers', form.GridSection, 'vxlan_peer'); o.depends('proto', 'vxlan'); var ss = o.subsection; -- 2.30.2